Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class / ItemLoaded Event

In This Topic
    ItemLoaded Event
    In This Topic
    Occurs when an item is added to the cache.
    Syntax
    Event Data

    The event handler receives an argument of type CacheDataCollectionItemEventArgs<T> containing data related to this event. The following CacheDataCollectionItemEventArgs<T> properties provide information specific to this event.

    PropertyDescription
    Gets the index of the item.  
    Gets the item.  
    See Also